Infinity-Add-To-List names a function, with lambda list (D USER RECIPIENT/S):
Add a user to a buddy list or ignore list (removed in 1.2)
Lisp ADD-TO-LIST = JSON addToList
…using the traditional (online-only, no notification engine) mechanism (using out of band methods). Compare vs. requestBuddy TOOTSVILLE INFINITY-REQUEST-BUDDY
This command can no longer be used to add a buddy, only to ignore someone.
{ ignore: USER }
When you begin ignoring someone, you'll get back a reply as from getUserLists TOOTSVILLE INFINITY-GET-USER-LISTS, q.v.
Using this to add a buddy was a legacy feature removed in Romance 1.2.
This function was replaced with TOOTSVILLE INFINITY-REQUEST-BUDDY — requestBuddy — q.v. It's only used for ignore now.
Defined in file src/infinity/legacy-commands.lisp.